You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TOpenCLMtxVec Class > TOpenCLMtxVec Methods > SinCos Method > TOpenCLMtxVec.SinCos Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TOpenCLMtxVec.SinCos Method ([In] TOpenCLMtxVec, [In] TOpenCLMtxVec, int, int, int, int)

Calculates the sine and cosine for calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public void SinCos([In] TOpenCLMtxVec SinX, [In] TOpenCLMtxVec CosX, int SinXIndex, int CosXIndex, int Index, int Len);

stores the sines to SinX elemets [SinXIndex]..[SinXIndex+Len-1] and cosines to CosX elements [CosXIndex]..[CosXIndex+Len-1] elements. Size and TOpenCLBase.ComplexComplexproperty of SinX and CosX objects are not set automatically. An exception is raised if array borders are overrun/underun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!